docs: add docs for GtkStyle
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 16:06:24 +0000 (11:06 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 18:33:45 +0000 (13:33 -0500)
gtk/deprecated/gtkstyle.h

index 4239e674e962d40e5faa11771346283c6bdbbffd..01b8f28da54872519a58e6820165fd416b3c2954 100644 (file)
@@ -59,8 +59,26 @@ typedef struct _GtkRcProperty  GtkRcProperty;
  */
 #define GTK_STYLE_ATTACHED(style)       (GTK_STYLE (style)->attach_count > 0)
 
+/**
+ * GtkStyle:
+ * @fg: Set of foreground #GdkColor
+ * @bg: Set of background #GdkColor
+ * @light: Set of light #GdkColor
+ * @dark: Set of dark #GdkColor
+ * @mid: Set of mid #GdkColor
+ * @text: Set of text #GdkColor
+ * @base: Set of base #GdkColor
+ * @text_aa: Color halfway between text/base
+ * @black: #GdkColor to use for black
+ * @white: #GdkColor to use for white
+ * @font_desc: #PangoFontDescription
+ * @xthickness: Thickness in X direction
+ * @ythickness: Thickness in Y direction
+ * @background: Set of background #cairo_pattern_t
+ */
 struct _GtkStyle
 {
+  /*< private >*/
   GObject parent_instance;
 
   /*< public >*/